-
Notifications
You must be signed in to change notification settings - Fork 1.4k
applications: sdp: gpio: add Hard RealTime IRQ code #17984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ce3a914ee08d057ab6533d90af3c3c50cecdb47c more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
2c95689 to
d5d2675
Compare
d5d2675 to
85a023f
Compare
magp-nordic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should most probably be stated somewhere, which synchronization mechanism between the non-real-time and the hard real-time is used here, but I guess it can be done later with/in documentation.
543d25a to
10ddd35
Compare
Move code that is timing critical to `hrt.c`. That source code is used to generate `hrt.s`, which is versioned explicitly to detect changes in generated assembly. JIRA: NRFX-6357 Signed-off-by: Marcin Szymczyk <[email protected]>
10ddd35 to
ce3a914
Compare
Depends on: